home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / iwf12.zip / MODULE.H < prev    next >
Text File  |  1994-02-14  |  402b  |  19 lines

  1. /*
  2. MODULE.H
  3.  
  4. Header file for defining the various processing functions for the modules
  5. which are attached to the IWF project.
  6. */
  7.  
  8. // Define the startup procedure here.
  9. #define  MODULE0  SampWin
  10. #define  MODULE1  SampDlg
  11.  
  12. // Define the button names here.
  13. #define  NAME0    "Window"
  14. #define  NAME1    "Dialog"
  15.  
  16. // Define the modeless dialog windows here.
  17. #define  DIALOG1  hDlgSampDlg
  18.  
  19.